home *** CD-ROM | disk | FTP | other *** search
- Path: mail2news.demon.co.uk!genesis.demon.co.uk
- From: Lawrence Kirby <fred@genesis.demon.co.uk>
- Newsgroups: comp.lang.c
- Subject: Re: ??? communication between tow independent processes
- Date: Thu, 11 Apr 96 14:42:24 GMT
- Organization: none
- Message-ID: <829233744snz@genesis.demon.co.uk>
- References: <316CF91F.629EAB4@woepc11.physik.fu-berlin.de>
- Reply-To: fred@genesis.demon.co.uk
- X-NNTP-Posting-Host: genesis.demon.co.uk
- X-Newsreader: Demon Internet Simple News v1.27
- X-Mail2News-Path: genesis.demon.co.uk
-
- In article <316CF91F.629EAB4@woepc11.physik.fu-berlin.de>
- zeppo@woepc11.physik.fu-berlin.de "Sebastian Thees" writes:
-
- >Hello,
- >
- >I am working on a Linux PC under gnu gcc and have the following
- >generell problem:
- >
- >I would like to write a program that is able to anser requests !!,
- >not only one, (for Example: is this String an element of the database
- >xxx) comming from an other independent program.
-
- The C language only defines an environment for a single program. You
- need more than this so need to use system specific services that go
- beyond the basic language definition.
-
- >What I did up to now is some rudimeterial try's via the call popen(...).
- >and STIO (fscan).
-
- There are no popen or fscan functions defined by the C language. To discuss
- the interprocess facilities that Unix provides try comp.unix.programmer.
-
- --
- -----------------------------------------
- Lawrence Kirby | fred@genesis.demon.co.uk
- Wilts, England | 70734.126@compuserve.com
- -----------------------------------------
-